home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / sas_unix_lib.lha / unix / include / internal / devices.h next >
Encoding:
C/C++ Source or Header  |  1992-08-16  |  236 b   |  10 lines

  1. #ifndef DEVICES_H
  2. #define DEVICES_H
  3.  
  4. struct IORequest *_device_open(char *name, unsigned long unit, unsigned long flags,
  5.                    void *data, unsigned long data_len, int req_size);
  6.  
  7. void _device_close(struct IORequest *ioreq);
  8.  
  9. #endif
  10.